Package-level declarations
Types
Places labels circularly around the outer perimeter of the pie, adjusting them vertically to not overlap with adjacent labels.
Specifies positioning values for a Pie Chart slice's external label (the label that is outside the perimeter of the pie).
Specifies positioning for a Pie Chart slice's internal label (the label is placed within the pie slice).
The LabelConnectorScope provides geometry information to LabelConnector implementations so they can draw the connector from the graph element to the label.
Specifies positioning values for a Pie Chart slice label.
This interface is implemented to provide specific layout algorithms for positioning of Pie Slice labels around the outside of the Pie.
Specifies a label that is not positioned, and should not be displayed. This is used, for example, when only internal slice labels should be used and a label does not fit within its slice.
Specifies the strategy for placing Pie chart labels.
Defines the angular position of a single Pie Slice in terms of the starting angle for the slice, startAngle, and the angular size of the slice, angle. 0-degrees is to the right and angles increase in the clockwise direction.
Scope for Pie slices.
Functions
A label connector that uses a Bezier curve.
A default pie chart slice implementation that can form full slices as well as slices with a "hole" for donut charts.
Creates a Pie Chart or, optionally, a Donut Chart if holeSize is nonZero, with optional hole content to place at the center of the donut hole. Pie slices are drawn starting at -90 degrees (top center), progressing clockwise around the pie. Each slice occupies a fraction of the overall pie according to its data value relative to the sum of all values. Places labels around the pie at a minimum distance set by labelSpacing.
Creates a Pie Chart or, optionally, a Donut Chart if holeSize is nonZero, with optional hole content to place at the center of the donut hole. Pie slices are drawn starting at -90 degrees (top center), progressing clockwise around the pie. Each slice occupies a fraction of the overall pie according to its data value relative to the sum of all values.
A label connector that uses a straight line.